home *** CD-ROM | disk | FTP | other *** search
-
- .include 'taort'
- .include 'ave/toolkit/toolkit.inc'
- .include 'lib/tek/kn/elate/visual.inc'
-
- ;=============================================================================
- ;-----------------------------------------------------------------------------
- ;
- ; TEKlib
- ; (C) 1999-2001 TEK neoscientists
- ; all rights reserved.
- ;
- ; TVPEN kn_allocpen(visual, rgb)
- ;
- ;-----------------------------------------------------------------------------
- ;=============================================================================
-
- tool 'lib/tek/kn/visual/allocpen',VP,TF_EMBED
-
- ;-----------------------------------------------------------------------------
-
- ent p0 i0 : p0
-
- defbegin
- defp visual,rgb
-
- cpy.p i2p(i0),p0
- ret
-
- defend
-
- toolend
-
- ;-----------------------------------------------------------------------------
- ;=============================================================================
-